home *** CD-ROM | disk | FTP | other *** search
- /* Hacker v3.3 Setup File - Use caution if you decide to edit this file. */
-
- date=date();newdate=date;termtype=2
- if exists(misc'tt'termtype'.start') & termtype > 0 then do;sendfile misc'tt'termtype'.start';end;else sendfile misc'sys.start'
-
- acess = 0
- RETURN = 'Hit [RETURN] to Continue: '
- WD=0;EXPERT = 0;TOTALUSERS = 0;WINFLAG = 0;MAINCOUNT = 0;HEHIT = 0;BANKMONEY = 1000000
- MEGS = 10;SCA = 1;BW = 1;TROJ = 1;MK = 1;drty = 1;ttyp = 1;xrp = 0
- LASTFIGHT = 'None';TOTALPLAYS = 0;totmgcr = 0;TOTALWINS = 0;TOTALLOSS = 0
- MEGSLOST = 0;BWUSED = 0;TROJUSED = 0;SCAUSED = 0;MKUSED = 0;MONEY = 1000
- LEVEL = 1;LEVNAME = 'Beginner';EXBTYPE = 0;MAINCOUNTER = 0;MAXTURNS = 30
- SAVINGS = 0;thecard=0
-
- if ~exists(save'BANK') then do;txt='makedir 'save'Bank';address command ''txt;end
- if ~exists(BNK'MONBANK') then do;call open gag, (BNK'MONBANK'), 'W';call writeln gag, '1000000000';call close gag;end
- call open gag, (bnk'monbank'), 'R';bankmoney=readln(gag);call close gag
- if exists(BNK''NAME) then do;call open gag, (BNK''NAME), 'R';SAVINGS = readln(gag);call close gag;end
- if ~exists(BNK''NAME) then do;call open gag, (BNK''NAME), 'W';call writeln gag, 0;call close gag;end
- if ~exists(save'Players') then do;address command 'makedir 'save'Players';end
- if ~exists(mess) then do;address command 'makedir 'save'Messages';end
-
- boom=1
-
-